From: Colin Walters Date: Fri, 20 Apr 2018 18:16:15 +0000 (-0400) Subject: tests: Lower retry timeout to 5s X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~205^2^2~37 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=76f3e603f96817f826dbd7c93b0d0c28bfe1c0b7;p=ostree.git tests: Lower retry timeout to 5s No need to poll every second, there's going to be some latency here and we want to avoid the overhead of polling. Closes: #1548 Approved by: cgwalters --- diff --git a/tests/installed/execute_batch.yml b/tests/installed/execute_batch.yml index fe2b5702..e4a11bb5 100644 --- a/tests/installed/execute_batch.yml +++ b/tests/installed/execute_batch.yml @@ -20,3 +20,4 @@ register: async_poll_results until: async_poll_results.finished retries: 500 + retry_pause: 5